Html Css Color HEX #CB67D2 Orchid

📋 copy color: '#CB67D2'

red 203 ◦ green 103 ◦ blue 210

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

Shades of Orchid #CB67D2

Tints of Orchid #CB67D2

RGB

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

 GREEN value IS 103 (40.63% from 255) = 19.96%

 BLUE value IS 210 (82.42% from 255) = 40.7%

R = 39.34%
G = 19.96%
B = 40.7%

CMYK

 C value IS 0.03

 M value IS 0.51

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CB67D2 (or 0xCB67D2) is known color: Orchid. HEX triplet: CB, 67 and D2. RGB value is (203,103,210). Sum of RGB (Red+Green+Blue) = 203+103+210=516 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.34% from 516); Green value is 103 (40.62% from 255 or 19.96% from 516); Blue value is 210 (82.42% from 255 or 40.70% from 516); Max value from RGB is 210 - color contains mainly: blue. Hex color #CB67D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB67D2 is #34982D. Grayscale: #909090. Windows color (decimal): -3446830 or 13789131. OLE color: 13789131.

HSL color Cylindrical-coordinate representation of color #CB67D2: hue angle of 296.07º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB67D2 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 203 103 210 -
CMYK 0.03 0.51 0 0.18
HSL 296.07º 0.54% 0.61% -
HSV(B) 296.07º 0.51% 0.82% -
XYZ 41.11 27.05 64.03 -
YUV 145.1 164.63 169.3 -
System Red Green Blue C M Y K H S L
Decimal 203 103 210 0.03 0.51 0 0.18 296.07 0.54 0.61
Hex CB 67 D2 3 33 0 12 128 36 3D
Octal 313 147 322 3 63 0 22 450 66 75
Binary 11001011 1100111 11010010 11 110011 0 10010 100101000 110110 111101

Color Harmonies of #CB67D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB67D2

Black with #CB67D2

Text Example


Text Example

White with #CB67D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB67D2; }

 p { color: rgb(203,103,210); }

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

background-color css

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

 a { background-color: rgb(203,103,210); }

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

border-color css

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

 span { border-color: rgb(203,103,210); }

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