Html Css Color HEX #CB69CC Orchid

📋 copy color: '#CB69CC'

red 203 ◦ green 105 ◦ blue 204

#CB69CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #CB69CC

Tints of Orchid #CB69CC

RGB

 RED value IS 203 (79.69% from 255) = 39.65%

 GREEN value IS 105 (41.41% from 255) = 20.51%

 BLUE value IS 204 (80.08% from 255) = 39.84%

R = 39.65%
G = 20.51%
B = 39.84%

CMYK

 C value IS 0.00

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CB69CC (or 0xCB69CC) is known color: Orchid. HEX triplet: CB, 69 and CC. RGB value is (203,105,204). Sum of RGB (Red+Green+Blue) = 203+105+204=512 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.65% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 204 (80.08% from 255 or 39.84% from 512); Max value from RGB is 204 - color contains mainly: blue. Hex color #CB69CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB69CC is #349633. Grayscale: #919191. Windows color (decimal): -3446324 or 13396427. OLE color: 13396427.

HSL color Cylindrical-coordinate representation of color #CB69CC: hue angle of 299.39º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB69CC is Cyan = 0.00, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 105 204 -
CMYK 0.00 0.49 0 0.2
HSL 299.39º 0.49% 0.61% -
HSV(B) 299.39º 0.49% 0.8% -
XYZ 40.58 27.16 60.23 -
YUV 145.59 160.97 168.95 -
System Red Green Blue C M Y K H S L
Decimal 203 105 204 0.00 0.49 0 0.2 299.39 0.49 0.61
Hex CB 69 CC 0 31 0 14 12B 31 3D
Octal 313 151 314 0 61 0 24 453 61 75
Binary 11001011 1101001 11001100 0 110001 0 10100 100101011 110001 111101

Color Harmonies of #CB69CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB69CC

Black with #CB69CC

Text Example


Text Example

White with #CB69CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB69CC; }

 p { color: rgb(203,105,204); }

 H1.HeaderClassName
 {
   color: #CB69CC;
 }
 .AnyTagClassName
 {
   color: #CB69CC;
 }
</style>

background-color css

<style>
 a { background-color: #CB69CC; }

 a { background-color: rgb(203,105,204); }

 div.DivClassName
 {
   background-color: #CB69CC;
 }
 .BgClassName
 {
   background-color: #CB69CC;
 }
</style>

border-color css

<style>
 span { border-color: #CB69CC; }

 span { border-color: rgb(203,105,204); }

 td.TdClassName
 {
   border-color: #CB69CC;
 }
 .TagClassName
 {
   border-color: #CB69CC;
 }
</style>